From 581b1647c53e1824cacdda3b767122f4891cfb65 Mon Sep 17 00:00:00 2001 From: "awilliam@xenbuild.aw" Date: Sun, 29 Oct 2006 09:27:26 -0700 Subject: [PATCH] [IA64] warning fix These are pulled in through the ACPI header now Signed-off-by: Alex Williamson --- xen/arch/ia64/xen/vcpu.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/xen/arch/ia64/xen/vcpu.c b/xen/arch/ia64/xen/vcpu.c index 63d91576b7..6748fbe539 100644 --- a/xen/arch/ia64/xen/vcpu.c +++ b/xen/arch/ia64/xen/vcpu.c @@ -46,8 +46,6 @@ typedef union { // this def for vcpu_regs won't work if kernel stack is present //#define vcpu_regs(vcpu) ((struct pt_regs *) vcpu->arch.regs -#define TRUE 1 -#define FALSE 0 #define IA64_PTA_SZ_BIT 2 #define IA64_PTA_VF_BIT 8 #define IA64_PTA_BASE_BIT 15 -- 2.30.2